Scheduler for WPF | ComponentOne
C1.Schedule Namespace / BaseStorage<T,TMappingCollection> Class / CommitItemChanges Method
Data item to apply changes.

In This Topic
    CommitItemChanges Method (BaseStorage<T,TMappingCollection>)
    In This Topic
    Commits all changes in the data item.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub CommitItemChanges( _
       ByVal item As T _
    ) 
    protected virtual void CommitItemChanges( 
       T item
    )

    Parameters

    item
    Data item to apply changes.
    See Also